projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
918555b
)
(yank): Escape double quote in doc string.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 11 Mar 2006 15:44:19 +0000
(15:44 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 11 Mar 2006 15:44:19 +0000
(15:44 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 9ffd974311dd9bcea33e915812d69179ed714d98..ac96798f8fad13e08cef9a6e763cdcfab29b7fec 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2690,7
+2690,7
@@
doc string for `insert-for-yank-1', which see."
nil)
(defun yank (&optional arg)
- "Reinsert (\"past") the last stretch of killed text.
+ "Reinsert (\"past
\
") the last stretch of killed text.
More precisely, reinsert the stretch of killed text most recently
killed OR yanked. Put point at end, and set mark at beginning.
With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).